<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*------------- ç›´æŽ¥æ˜¾ç¤ºé®ç½©æ•ˆæžœ å¼€å§‹ ------------------------------*/

.con-two{

	width: 295px;

	height: 238px;

	position: relative;

	cursor: pointer;

	margin-left: 1px;

	margin-top: 1px;

}

.con-two img{

	width: 100%;

	height: 100%;

}

.txt-two{

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 230px;

	line-height: 45px;

	text-align: center;

	color: #fff;

	background: rgba(0,0,0,0.6);

	display: none;

}

.txt-two h3{

	font-weight: normal;

}

.txt-two p{

	font-size: 16px;

	display: block;

	line-height: 238px;

}

@media (max-width: 1259px) and (min-width: 991px){

    .con-two{width: 238px;height: 180px;}

    .txt-two p{line-height: 180px;}

	.con-two img{height: 180px;}

}

@media only screen and (max-width: 768px){

	.con-two{width: 49%;height: 100%;}

	.txt-two p{line-height: 134px;font-size: 14px;}

	.chanpinlist{padding-bottom: 4%;}

	.nav1-one a{font-size: 14px !important;margin-left: 0px !important;}

	.nav1-two a{font-size: 14px !important;}

	.txt-two{height: 134px;}

}

/*------------- ç›´æŽ¥æ˜¾ç¤ºé®ç½©æ•ˆæžœ ç»“æŸ------------------------------*/

</pre></body></html>